Suggested Reading (misc)
Last changed: -172.218.33.15
.
Summary
Books & websites about .NET interoperability with unmanaged code.
Books
Title
ISBN & Link
.NET and COM: The Complete Interoperability Guide
067232170X
Silverlight 1.0 Unleashed, by Adam Nathan
http://www.safaribooksonline.com/whatsnew/spotlight.php
Websites
Title
Link
MSDN Magazine article describing pinvoke by Jason Clark
http://msdn.microsoft.com/en-us/magazine/cc164123.aspx
Follow-up MSDN Magazine article with more advanced pinvoke topics by Jason Clark
http://msdn.microsoft.com/en-us/magazine/cc163910.aspx
N/Direct
http://www.dotnetinterop.com/
Sam Gentile's Website
http://www.samgentile.com/COMInterop.htm
Adam Nathan's Interop-Centric CLR Blog
http://blogs.msdn.com/adam_nathan
An Overview of Managed/Unmanaged Code Interoperability
http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/manunmancode.asp
Managed and Unmanaged Code Integration
http://www.developerland.com/CSharpGeneral/COMInterop/198.aspx
MSDN Magazine Article on Using Reflection for Interop
http://msdn.microsoft.com/msdnmag/issues/04/07/NETMatters/
Microsoft Win32 to Microsoft .NET Framework API Map
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp
Article and a sample VS.NET 2003 solution file which builds a C++ lirary and p/invokes from C#
http://sbshine.net/blog/2005/05/sample-pinvoke-vsnet-2003-solution.html